func go/printer.getLastComment
3 uses
go/printer (current package)
printer.go#L1056: func getLastComment(n ast.Node) *ast.CommentGroup {
printer.go#L1068: return getLastComment(n.Specs[len(n.Specs)-1])
printer.go#L1101: if com := getLastComment(n); com != nil {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)